projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9279c2c
)
gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py
author
Christian Hergert
<chergert@redhat.com>
Sat, 10 Oct 2020 03:05:20 +0000
(20:05 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000
(15:06 -0400)
gtk/gentypefuncs.py
patch
|
blob
|
history
diff --git
a/gtk/gentypefuncs.py
b/gtk/gentypefuncs.py
index d21622961a4495a54bb522fe8db387ef78660190..23a874aae79ff9ac805aab0c1ca13639dd04ac73 100644
(file)
--- a/
gtk/gentypefuncs.py
+++ b/
gtk/gentypefuncs.py
@@
-72,7
+72,7
@@
for f in funcs:
file_output += ['*tp++ = {0}();'.format(f)]
file_output += ['#endif']
elif f.startswith('gdk_quartz'):
- file_output += ['#ifdef GDK_WINDOWING_
QUARTZ
']
+ file_output += ['#ifdef GDK_WINDOWING_
MACOS
']
file_output += ['*tp++ = {0}();'.format(f)]
file_output += ['#endif']
elif f.startswith('gsk_vulkan'):